home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 49 / Amiga Format CD49 (2000-01-17)(Future Publishing)(GB)(Track 1 of 3)[!][issue 2000-02].iso / +system+ / tools / sound / ahi / developer / devloper.lzx / include / SAS / proto / ahi.h < prev   
C/C++ Source or Header  |  1979-04-23  |  191b  |  11 lines

  1. #ifndef _PROTO_AHI_H
  2. #define _PROTO_AHI_H
  3.  
  4. extern struct Library *AHIBase;
  5.  
  6. #include <exec/types.h>
  7. #include <clib/ahi_protos.h>
  8. #include <pragmas/ahi_pragmas.h>
  9.  
  10. #endif    /*  _PROTO_AHI_H  */
  11.